@charset "UTF-8";

/* video */
.video_container{
	width: 100%;
	height: 100%;
	position: fixed;
	background: url('../images/video_bg.png');
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
}

.video_container .close{
	width: 32px;
    height: 32px;
    background: url('../images/close.png') no-repeat;
    position: absolute;
    top: 0;
    right: -32px;
    cursor: pointer;
}

.video_container .vide{
	width: 600px;
	position: absolute;
	/* top: 10%; */
	left: 50%;
	top: 15%;
	/* transform: translate(-50%,-50%); */
	margin: 0 0 0 -300px;
}

.video_container .vide video{
	width: 100%;
}